IMoveDirectCommand.AccRatio property

The ratio that adjusts the maximum acceleration of each axis in a group. The value's range is 0.0 - 1.0, which means 0% - 100%. For example, if the max acceleration of Axis A and B in a group is 1000 and 800 and you enter 0.8, A and B's max acceleration will become 800 and 640, respectively.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
double AccRatio { get; set; }
Property AccRatio As Double

Property value

Type: double

See also

IMoveDirectCommand Interface

IntervalZero.KINGSTAR.Base.Class Namespace